projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4d94d
)
(find-definition-noselect): Minor doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 5 Feb 2006 05:58:26 +0000
(
05:58
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 5 Feb 2006 05:58:26 +0000
(
05:58
+0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index 4c218263a625b561f82fa1dce8329a8a88d51896..f9957a98e6810b97795a9d5f3986d2d75a6a5707 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-414,7
+414,7
@@
See `find-variable' for more details."
(defun find-definition-noselect (symbol type &optional file)
"Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
TYPE says what type of definition: nil for a function, `defvar' for a
-variab
k
e, `defface' for a face. This function does not switch to the
+variab
l
e, `defface' for a face. This function does not switch to the
buffer nor display it.
The library where SYMBOL is defined is searched for in FILE or